.post-text-right>h2 {
  text-align: initial;
  font-family: var(--font-family-1);
  font-size: var(--text-3xl);
  font-weight: var(--weight-normal);
  text-transform: uppercase;
  color: var(--gray-dark-10);
}

.post-text-right>div>* {
  text-align: justify;
  font-family: var(--font-family-1);
  font-size: var(--text-lg);
  font-weight: var(--weight-extra-bold);
  line-height: 150%;
  color: var(--gray-dark-1);
}

.post-text-left>h2 {
  text-align: initial;
  font-family: var(--font-family-1);
  font-size: var(--text-3xl);
  font-weight: var(--weight-normal);
  text-transform: uppercase;
  color: var(--brand-white);
}

.post-text-left>div>* {
  text-align: justify;
  font-family: var(--font-family-1);
  font-size: var(--text-lg);
  font-weight: var(--weight-extra-bold);
  line-height: 150%;
  color: var(--gray-light-4);
}

.p_banner_cta {
  font-size: var(--text-md);
  text-transform: initial;
}